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