public class Aws extends Resource
| Modifier and Type | Method and Description |
|---|---|
static AwsCreator |
creator(String credentials)
Create a AwsCreator to execute create.
|
static AwsDeleter |
deleter(String pathSid)
Create a AwsDeleter to execute delete.
|
boolean |
equals(Object o) |
static AwsFetcher |
fetcher(String pathSid)
Create a AwsFetcher to execute fetch.
|
static Aws |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Aws object using the provided
ObjectMapper.
|
static Aws |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Aws object using the provided ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getFriendlyName()
Returns The The friendly_name.
|
String |
getSid()
Returns The The sid.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static AwsReader |
reader()
Create a AwsReader to execute read.
|
String |
toString() |
static AwsUpdater |
updater(String pathSid)
Create a AwsUpdater to execute update.
|
public static AwsReader reader()
public static AwsCreator creator(String credentials)
credentials - The credentialspublic static AwsFetcher fetcher(String pathSid)
pathSid - The sidpublic static AwsUpdater updater(String pathSid)
pathSid - The sidpublic static AwsDeleter deleter(String pathSid)
pathSid - The sidpublic static Aws fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static Aws fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getSid()
public final String getAccountSid()
public final String getFriendlyName()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.