@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccessLogSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAccessLogSubscriptionResult() |
Modifier and Type | Method and Description |
---|---|
CreateAccessLogSubscriptionResult |
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 log destination.
|
String |
getId()
The ID of the access log subscription.
|
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 |
setDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the log destination.
|
void |
setId(String id)
The ID of the access log subscription.
|
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.
|
CreateAccessLogSubscriptionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
|
CreateAccessLogSubscriptionResult |
withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the log destination.
|
CreateAccessLogSubscriptionResult |
withId(String id)
The ID of the access log subscription.
|
CreateAccessLogSubscriptionResult |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service network or service.
|
CreateAccessLogSubscriptionResult |
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 CreateAccessLogSubscriptionResult 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 log destination.
destinationArn
- The Amazon Resource Name (ARN) of the log destination.public String getDestinationArn()
The Amazon Resource Name (ARN) of the log destination.
public CreateAccessLogSubscriptionResult withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the log destination.
destinationArn
- The Amazon Resource Name (ARN) of the 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 CreateAccessLogSubscriptionResult 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 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 CreateAccessLogSubscriptionResult 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 CreateAccessLogSubscriptionResult 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 CreateAccessLogSubscriptionResult clone()