@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistrationAttachmentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRegistrationAttachmentsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRegistrationAttachmentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<RegistrationAttachmentsInformation> |
getRegistrationAttachments()
An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setRegistrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistrationAttachmentsResult |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeRegistrationAttachmentsResult |
withRegistrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.
|
DescribeRegistrationAttachmentsResult |
withRegistrationAttachments(RegistrationAttachmentsInformation... registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeRegistrationAttachmentsResult()
public List<RegistrationAttachmentsInformation> getRegistrationAttachments()
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
public void setRegistrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
registrationAttachments
- An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.public DescribeRegistrationAttachmentsResult withRegistrationAttachments(RegistrationAttachmentsInformation... registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
NOTE: This method appends the values to the existing list (if any). Use
setRegistrationAttachments(java.util.Collection)
or
withRegistrationAttachments(java.util.Collection)
if you want to override the existing values.
registrationAttachments
- An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.public DescribeRegistrationAttachmentsResult withRegistrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
registrationAttachments
- An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public String getNextToken()
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
public DescribeRegistrationAttachmentsResult withNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public String toString()
toString
in class Object
Object.toString()
public DescribeRegistrationAttachmentsResult clone()