@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateServiceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the service.
|
String |
getAuthType()
The type of IAM policy.
|
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
String |
getCustomDomainName()
The custom domain name of the service.
|
String |
getId()
The ID of the service.
|
String |
getName()
The name of the service.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the service.
|
void |
setAuthType(String authType)
The type of IAM policy.
|
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
void |
setCustomDomainName(String customDomainName)
The custom domain name of the service.
|
void |
setId(String id)
The ID of the service.
|
void |
setName(String name)
The name of the service.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the service.
|
UpdateServiceResult |
withAuthType(AuthType authType)
The type of IAM policy.
|
UpdateServiceResult |
withAuthType(String authType)
The type of IAM policy.
|
UpdateServiceResult |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
UpdateServiceResult |
withCustomDomainName(String customDomainName)
The custom domain name of the service.
|
UpdateServiceResult |
withId(String id)
The ID of the service.
|
UpdateServiceResult |
withName(String name)
The name of the service.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the service.
arn
- The Amazon Resource Name (ARN) of the service.public String getArn()
The Amazon Resource Name (ARN) of the service.
public UpdateServiceResult withArn(String arn)
The Amazon Resource Name (ARN) of the service.
arn
- The Amazon Resource Name (ARN) of the service.public void setAuthType(String authType)
The type of IAM policy.
authType
- The type of IAM policy.AuthType
public String getAuthType()
The type of IAM policy.
AuthType
public UpdateServiceResult withAuthType(String authType)
The type of IAM policy.
authType
- The type of IAM policy.AuthType
public UpdateServiceResult withAuthType(AuthType authType)
The type of IAM policy.
authType
- The type of IAM policy.AuthType
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
public UpdateServiceResult withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate.public void setCustomDomainName(String customDomainName)
The custom domain name of the service.
customDomainName
- The custom domain name of the service.public String getCustomDomainName()
The custom domain name of the service.
public UpdateServiceResult withCustomDomainName(String customDomainName)
The custom domain name of the service.
customDomainName
- The custom domain name of the service.public void setId(String id)
The ID of the service.
id
- The ID of the service.public String getId()
The ID of the service.
public UpdateServiceResult withId(String id)
The ID of the service.
id
- The ID of the service.public void setName(String name)
The name of the service.
name
- The name of the service.public String getName()
The name of the service.
public UpdateServiceResult withName(String name)
The name of the service.
name
- The name of the service.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceResult clone()