@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChangeLogsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetChangeLogsResult() |
Modifier and Type | Method and Description |
---|---|
GetChangeLogsResult |
clone() |
boolean |
equals(Object obj) |
List<ChangeLog> |
getChangeLogs()
The list of user activity for the control.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setChangeLogs(Collection<ChangeLog> changeLogs)
The list of user activity for the control.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
GetChangeLogsResult |
withChangeLogs(ChangeLog... changeLogs)
The list of user activity for the control.
|
GetChangeLogsResult |
withChangeLogs(Collection<ChangeLog> changeLogs)
The list of user activity for the control.
|
GetChangeLogsResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ChangeLog> getChangeLogs()
The list of user activity for the control.
public void setChangeLogs(Collection<ChangeLog> changeLogs)
The list of user activity for the control.
changeLogs
- The list of user activity for the control.public GetChangeLogsResult withChangeLogs(ChangeLog... changeLogs)
The list of user activity for the control.
NOTE: This method appends the values to the existing list (if any). Use
setChangeLogs(java.util.Collection)
or withChangeLogs(java.util.Collection)
if you want to
override the existing values.
changeLogs
- The list of user activity for the control.public GetChangeLogsResult withChangeLogs(Collection<ChangeLog> changeLogs)
The list of user activity for the control.
changeLogs
- The list of user activity for the control.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public GetChangeLogsResult withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetChangeLogsResult clone()