@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessLogSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccessLogSubscriptionResult() |
Modifier and Type | Method and Description |
---|---|
GetAccessLogSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the access log subscription.
|
Date |
getCreatedAt()
The date and time that the access log subscription was created, specified in ISO-8601 format.
|
String |
getDestinationArn()
The Amazon Resource Name (ARN) of the access log destination.
|
String |
getId()
The ID of the access log subscription.
|
Date |
getLastUpdatedAt()
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the service network or service.
|
String |
getResourceId()
The ID of the service network or service.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
|
void |
setCreatedAt(Date createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
|
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 |
setLastUpdatedAt(Date lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service network or service.
|
void |
setResourceId(String resourceId)
The ID of the service network or service.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessLogSubscriptionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
|
GetAccessLogSubscriptionResult |
withCreatedAt(Date createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
|
GetAccessLogSubscriptionResult |
withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the access log destination.
|
GetAccessLogSubscriptionResult |
withId(String id)
The ID of the access log subscription.
|
GetAccessLogSubscriptionResult |
withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
|
GetAccessLogSubscriptionResult |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service network or service.
|
GetAccessLogSubscriptionResult |
withResourceId(String resourceId)
The ID of the service network or service.
|
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 GetAccessLogSubscriptionResult 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 setCreatedAt(Date createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
createdAt
- The date and time that the access log subscription was created, specified in ISO-8601 format.public Date getCreatedAt()
The date and time that the access log subscription was created, specified in ISO-8601 format.
public GetAccessLogSubscriptionResult withCreatedAt(Date createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
createdAt
- The date and time that the access log subscription was created, specified in ISO-8601 format.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 GetAccessLogSubscriptionResult 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 GetAccessLogSubscriptionResult withId(String id)
The ID of the access log subscription.
id
- The ID of the access log subscription.public void setLastUpdatedAt(Date lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
lastUpdatedAt
- The date and time that the access log subscription was last updated, specified in ISO-8601 format.public Date getLastUpdatedAt()
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
public GetAccessLogSubscriptionResult withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
lastUpdatedAt
- The date and time that the access log subscription was last updated, specified in ISO-8601 format.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service network or service.
resourceArn
- The Amazon Resource Name (ARN) of the service network or service.public String getResourceArn()
The Amazon Resource Name (ARN) of the service network or service.
public GetAccessLogSubscriptionResult withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service network or service.
resourceArn
- The Amazon Resource Name (ARN) of the service network or service.public void setResourceId(String resourceId)
The ID of the service network or service.
resourceId
- The ID of the service network or service.public String getResourceId()
The ID of the service network or service.
public GetAccessLogSubscriptionResult withResourceId(String resourceId)
The ID of the service network or service.
resourceId
- The ID of the service network or service.public String toString()
toString
in class Object
Object.toString()
public GetAccessLogSubscriptionResult clone()