@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetTypeConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SetTypeConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
SetTypeConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationArn()
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
|
int |
hashCode() |
void |
setConfigurationArn(String configurationArn)
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
|
String |
toString()
Returns a string representation of this object.
|
SetTypeConfigurationResult |
withConfigurationArn(String configurationArn)
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationArn(String configurationArn)
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
Conditional: You must specify ConfigurationArn
, or Type
and TypeName
.
configurationArn
- The Amazon Resource Name (ARN) for the configuration data, in this account and region.
Conditional: You must specify ConfigurationArn
, or Type
and
TypeName
.
public String getConfigurationArn()
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
Conditional: You must specify ConfigurationArn
, or Type
and TypeName
.
Conditional: You must specify ConfigurationArn
, or Type
and
TypeName
.
public SetTypeConfigurationResult withConfigurationArn(String configurationArn)
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
Conditional: You must specify ConfigurationArn
, or Type
and TypeName
.
configurationArn
- The Amazon Resource Name (ARN) for the configuration data, in this account and region.
Conditional: You must specify ConfigurationArn
, or Type
and
TypeName
.
public String toString()
toString
in class Object
Object.toString()
public SetTypeConfigurationResult clone()