public class PushSync
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PushSync() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getApplicationArns()
Returns the value of the ApplicationArns property for this object.
|
java.lang.String |
getRoleArn()
Returns the value of the RoleArn property for this object.
|
int |
hashCode() |
void |
setApplicationArns(java.util.Collection<java.lang.String> applicationArns)
Sets the value of the ApplicationArns property for this object.
|
void |
setRoleArn(java.lang.String roleArn)
Sets the value of the RoleArn property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PushSync |
withApplicationArns(java.util.Collection<java.lang.String> applicationArns)
Sets the value of the ApplicationArns property for this object.
|
PushSync |
withApplicationArns(java.lang.String... applicationArns)
Sets the value of the ApplicationArns property for this object.
|
PushSync |
withRoleArn(java.lang.String roleArn)
Sets the value of the RoleArn property for this object.
|
public java.util.List<java.lang.String> getApplicationArns()
public void setApplicationArns(java.util.Collection<java.lang.String> applicationArns)
applicationArns - The new value for the ApplicationArns property for this object.public PushSync withApplicationArns(java.lang.String... applicationArns)
Returns a reference to this object so that method calls can be chained together.
applicationArns - The new value for the ApplicationArns property for this object.public PushSync withApplicationArns(java.util.Collection<java.lang.String> applicationArns)
Returns a reference to this object so that method calls can be chained together.
applicationArns - The new value for the ApplicationArns property for this object.public java.lang.String getRoleArn()
Constraints:
Length: 20 - 2048
Pattern: arn:aws:iam::\d+:role/.*
public void setRoleArn(java.lang.String roleArn)
Constraints:
Length: 20 - 2048
Pattern: arn:aws:iam::\d+:role/.*
roleArn - The new value for the RoleArn property for this object.public PushSync withRoleArn(java.lang.String roleArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern: arn:aws:iam::\d+:role/.*
roleArn - The new value for the RoleArn property for this object.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object