public class Destination extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
clone() |
boolean |
equals(Object obj) |
String |
getAccessPolicy()
Returns the value of the AccessPolicy property for this object.
|
String |
getArn()
Returns the value of the Arn property for this object.
|
Long |
getCreationTime()
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
String |
getDestinationName()
Returns the value of the DestinationName property for this object.
|
String |
getRoleArn()
Returns the value of the RoleArn property for this object.
|
String |
getTargetArn()
Returns the value of the TargetArn property for this object.
|
int |
hashCode() |
void |
setAccessPolicy(String accessPolicy)
Sets the value of the AccessPolicy property for this object.
|
void |
setArn(String arn)
Sets the value of the Arn property for this object.
|
void |
setCreationTime(Long creationTime)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
void |
setDestinationName(String destinationName)
Sets the value of the DestinationName property for this object.
|
void |
setRoleArn(String roleArn)
Sets the value of the RoleArn property for this object.
|
void |
setTargetArn(String targetArn)
Sets the value of the TargetArn property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Destination |
withAccessPolicy(String accessPolicy)
Sets the value of the AccessPolicy property for this object.
|
Destination |
withArn(String arn)
Sets the value of the Arn property for this object.
|
Destination |
withCreationTime(Long creationTime)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
Destination |
withDestinationName(String destinationName)
Sets the value of the DestinationName property for this object.
|
Destination |
withRoleArn(String roleArn)
Sets the value of the RoleArn property for this object.
|
Destination |
withTargetArn(String targetArn)
Sets the value of the TargetArn property for this object.
|
public String getDestinationName()
Constraints:
Length: 1 - 512
Pattern: [^:*]*
public void setDestinationName(String destinationName)
Constraints:
Length: 1 - 512
Pattern: [^:*]*
destinationName - The new value for the DestinationName property for this object.public Destination withDestinationName(String destinationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
destinationName - The new value for the DestinationName property for this object.public String getTargetArn()
Constraints:
Length: 1 -
public void setTargetArn(String targetArn)
Constraints:
Length: 1 -
targetArn - The new value for the TargetArn property for this object.public Destination withTargetArn(String targetArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
targetArn - The new value for the TargetArn property for this object.public String getRoleArn()
Constraints:
Length: 1 -
public void setRoleArn(String roleArn)
Constraints:
Length: 1 -
roleArn - The new value for the RoleArn property for this object.public Destination withRoleArn(String roleArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
roleArn - The new value for the RoleArn property for this object.public String getAccessPolicy()
Constraints:
Length: 1 -
public void setAccessPolicy(String accessPolicy)
Constraints:
Length: 1 -
accessPolicy - The new value for the AccessPolicy property for this object.public Destination withAccessPolicy(String accessPolicy)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
accessPolicy - The new value for the AccessPolicy property for this object.public String getArn()
public void setArn(String arn)
arn - The new value for the Arn property for this object.public Destination withArn(String arn)
Returns a reference to this object so that method calls can be chained together.
arn - The new value for the Arn property for this object.public Long getCreationTime()
Constraints:
Range: 0 -
public void setCreationTime(Long creationTime)
Constraints:
Range: 0 -
creationTime - A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.public Destination withCreationTime(Long creationTime)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
creationTime - A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.public String toString()
toString in class ObjectObject.toString()public Destination clone()
Copyright © 2015. All rights reserved.