|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.airavata.experiment.execution.AmazonWebServicesSettings
public class AmazonWebServicesSettings
| Nested Class Summary | |
|---|---|
static class |
AmazonWebServicesSettings._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
String |
accessKey
|
String |
amiID
|
String |
instanceID
|
String |
instanceType
|
static Map<AmazonWebServicesSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
String |
secretAccessKey
|
String |
username
|
| Constructor Summary | |
|---|---|
AmazonWebServicesSettings()
|
|
AmazonWebServicesSettings(AmazonWebServicesSettings other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(AmazonWebServicesSettings other)
|
AmazonWebServicesSettings |
deepCopy()
|
boolean |
equals(AmazonWebServicesSettings that)
|
boolean |
equals(Object that)
|
AmazonWebServicesSettings._Fields |
fieldForId(int fieldId)
|
String |
getAccessKey()
|
String |
getAmiID()
|
Object |
getFieldValue(AmazonWebServicesSettings._Fields field)
|
String |
getInstanceID()
|
String |
getInstanceType()
|
String |
getSecretAccessKey()
|
String |
getUsername()
|
int |
hashCode()
|
boolean |
isSet(AmazonWebServicesSettings._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetAccessKey()
Returns true if field accessKey is set (has been assigned a value) and false otherwise |
boolean |
isSetAmiID()
Returns true if field amiID is set (has been assigned a value) and false otherwise |
boolean |
isSetInstanceID()
Returns true if field instanceID is set (has been assigned a value) and false otherwise |
boolean |
isSetInstanceType()
Returns true if field instanceType is set (has been assigned a value) and false otherwise |
boolean |
isSetSecretAccessKey()
Returns true if field secretAccessKey is set (has been assigned a value) and false otherwise |
boolean |
isSetUsername()
Returns true if field username is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
AmazonWebServicesSettings |
setAccessKey(String accessKey)
|
void |
setAccessKeyIsSet(boolean value)
|
AmazonWebServicesSettings |
setAmiID(String amiID)
|
void |
setAmiIDIsSet(boolean value)
|
void |
setFieldValue(AmazonWebServicesSettings._Fields field,
Object value)
|
AmazonWebServicesSettings |
setInstanceID(String instanceID)
|
void |
setInstanceIDIsSet(boolean value)
|
AmazonWebServicesSettings |
setInstanceType(String instanceType)
|
void |
setInstanceTypeIsSet(boolean value)
|
AmazonWebServicesSettings |
setSecretAccessKey(String secretAccessKey)
|
void |
setSecretAccessKeyIsSet(boolean value)
|
AmazonWebServicesSettings |
setUsername(String username)
|
void |
setUsernameIsSet(boolean value)
|
String |
toString()
|
void |
unsetAccessKey()
|
void |
unsetAmiID()
|
void |
unsetInstanceID()
|
void |
unsetInstanceType()
|
void |
unsetSecretAccessKey()
|
void |
unsetUsername()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String accessKey
public String amiID
public String instanceID
public String instanceType
public String secretAccessKey
public String username
public static final Map<AmazonWebServicesSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public AmazonWebServicesSettings()
public AmazonWebServicesSettings(AmazonWebServicesSettings other)
| Method Detail |
|---|
public AmazonWebServicesSettings deepCopy()
deepCopy in interface org.apache.thrift.TBase<AmazonWebServicesSettings,AmazonWebServicesSettings._Fields>public void clear()
clear in interface org.apache.thrift.TBase<AmazonWebServicesSettings,AmazonWebServicesSettings._Fields>public String getAccessKey()
public AmazonWebServicesSettings setAccessKey(String accessKey)
public void unsetAccessKey()
public boolean isSetAccessKey()
public void setAccessKeyIsSet(boolean value)
public String getAmiID()
public AmazonWebServicesSettings setAmiID(String amiID)
public void unsetAmiID()
public boolean isSetAmiID()
public void setAmiIDIsSet(boolean value)
public String getInstanceID()
public AmazonWebServicesSettings setInstanceID(String instanceID)
public void unsetInstanceID()
public boolean isSetInstanceID()
public void setInstanceIDIsSet(boolean value)
public String getInstanceType()
public AmazonWebServicesSettings setInstanceType(String instanceType)
public void unsetInstanceType()
public boolean isSetInstanceType()
public void setInstanceTypeIsSet(boolean value)
public String getSecretAccessKey()
public AmazonWebServicesSettings setSecretAccessKey(String secretAccessKey)
public void unsetSecretAccessKey()
public boolean isSetSecretAccessKey()
public void setSecretAccessKeyIsSet(boolean value)
public String getUsername()
public AmazonWebServicesSettings setUsername(String username)
public void unsetUsername()
public boolean isSetUsername()
public void setUsernameIsSet(boolean value)
public void setFieldValue(AmazonWebServicesSettings._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<AmazonWebServicesSettings,AmazonWebServicesSettings._Fields>public Object getFieldValue(AmazonWebServicesSettings._Fields field)
getFieldValue in interface org.apache.thrift.TBase<AmazonWebServicesSettings,AmazonWebServicesSettings._Fields>public boolean isSet(AmazonWebServicesSettings._Fields field)
isSet in interface org.apache.thrift.TBase<AmazonWebServicesSettings,AmazonWebServicesSettings._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(AmazonWebServicesSettings that)
public int hashCode()
hashCode in class Objectpublic int compareTo(AmazonWebServicesSettings other)
compareTo in interface Comparable<AmazonWebServicesSettings>public AmazonWebServicesSettings._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<AmazonWebServicesSettings,AmazonWebServicesSettings._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<AmazonWebServicesSettings,AmazonWebServicesSettings._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<AmazonWebServicesSettings,AmazonWebServicesSettings._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||