@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSyncConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSyncConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListSyncConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An enumeration token that allows the operation to batch the next results of the operation.
|
List<SyncConfiguration> |
getSyncConfigurations()
The list of repository sync definitions returned by the request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
void |
setSyncConfigurations(Collection<SyncConfiguration> syncConfigurations)
The list of repository sync definitions returned by the request.
|
String |
toString()
Returns a string representation of this object.
|
ListSyncConfigurationsResult |
withNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
ListSyncConfigurationsResult |
withSyncConfigurations(Collection<SyncConfiguration> syncConfigurations)
The list of repository sync definitions returned by the request.
|
ListSyncConfigurationsResult |
withSyncConfigurations(SyncConfiguration... syncConfigurations)
The list of repository sync definitions returned by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SyncConfiguration> getSyncConfigurations()
The list of repository sync definitions returned by the request.
public void setSyncConfigurations(Collection<SyncConfiguration> syncConfigurations)
The list of repository sync definitions returned by the request.
syncConfigurations
- The list of repository sync definitions returned by the request.public ListSyncConfigurationsResult withSyncConfigurations(SyncConfiguration... syncConfigurations)
The list of repository sync definitions returned by the request.
NOTE: This method appends the values to the existing list (if any). Use
setSyncConfigurations(java.util.Collection)
or withSyncConfigurations(java.util.Collection)
if
you want to override the existing values.
syncConfigurations
- The list of repository sync definitions returned by the request.public ListSyncConfigurationsResult withSyncConfigurations(Collection<SyncConfiguration> syncConfigurations)
The list of repository sync definitions returned by the request.
syncConfigurations
- The list of repository sync definitions returned by the request.public void setNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
nextToken
- An enumeration token that allows the operation to batch the next results of the operation.public String getNextToken()
An enumeration token that allows the operation to batch the next results of the operation.
public ListSyncConfigurationsResult withNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
nextToken
- An enumeration token that allows the operation to batch the next results of the operation.public String toString()
toString
in class Object
Object.toString()
public ListSyncConfigurationsResult clone()