@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccessLogSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAccessLogSubscriptionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAccessLogSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the access log subscription.
|
String |
getDestinationArn()
The Amazon Resource Name (ARN) of the access log destination.
|
String |
getId()
The ID of the access log subscription.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the access log subscription.
|
String |
getResourceId()
The ID of the resource.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
|
void |
setDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the access log destination.
|
void |
setId(String id)
The ID of the access log subscription.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the access log subscription.
|
void |
setResourceId(String resourceId)
The ID of the resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccessLogSubscriptionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
|
UpdateAccessLogSubscriptionResult |
withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the access log destination.
|
UpdateAccessLogSubscriptionResult |
withId(String id)
The ID of the access log subscription.
|
UpdateAccessLogSubscriptionResult |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the access log subscription.
|
UpdateAccessLogSubscriptionResult |
withResourceId(String resourceId)
The ID of the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
arn
- The Amazon Resource Name (ARN) of the access log subscription.public String getArn()
The Amazon Resource Name (ARN) of the access log subscription.
public UpdateAccessLogSubscriptionResult withArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
arn
- The Amazon Resource Name (ARN) of the access log subscription.public void setDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the access log destination.
destinationArn
- The Amazon Resource Name (ARN) of the access log destination.public String getDestinationArn()
The Amazon Resource Name (ARN) of the access log destination.
public UpdateAccessLogSubscriptionResult withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the access log destination.
destinationArn
- The Amazon Resource Name (ARN) of the access log destination.public void setId(String id)
The ID of the access log subscription.
id
- The ID of the access log subscription.public String getId()
The ID of the access log subscription.
public UpdateAccessLogSubscriptionResult withId(String id)
The ID of the access log subscription.
id
- The ID of the access log subscription.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the access log subscription.
resourceArn
- The Amazon Resource Name (ARN) of the access log subscription.public String getResourceArn()
The Amazon Resource Name (ARN) of the access log subscription.
public UpdateAccessLogSubscriptionResult withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the access log subscription.
resourceArn
- The Amazon Resource Name (ARN) of the access log subscription.public void setResourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.public String getResourceId()
The ID of the resource.
public UpdateAccessLogSubscriptionResult withResourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.public String toString()
toString
in class Object
Object.toString()
public UpdateAccessLogSubscriptionResult clone()