@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAWSServiceAccessForOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAWSServiceAccessForOrganizationResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAWSServiceAccessForOrganizationResult |
clone() |
boolean |
equals(Object obj) |
List<EnabledServicePrincipal> |
getEnabledServicePrincipals()
A list of the service principals for the services that are enabled to integrate with your organization.
|
String |
getNextToken()
If present, this value indicates that there is more output available than is included in the current response.
|
int |
hashCode() |
void |
setEnabledServicePrincipals(Collection<EnabledServicePrincipal> enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization.
|
void |
setNextToken(String nextToken)
If present, this value indicates that there is more output available than is included in the current response.
|
String |
toString()
Returns a string representation of this object.
|
ListAWSServiceAccessForOrganizationResult |
withEnabledServicePrincipals(Collection<EnabledServicePrincipal> enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization.
|
ListAWSServiceAccessForOrganizationResult |
withEnabledServicePrincipals(EnabledServicePrincipal... enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization.
|
ListAWSServiceAccessForOrganizationResult |
withNextToken(String nextToken)
If present, this value indicates that there is more output available than is included in the current response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListAWSServiceAccessForOrganizationResult()
public List<EnabledServicePrincipal> getEnabledServicePrincipals()
A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.
public void setEnabledServicePrincipals(Collection<EnabledServicePrincipal> enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.
enabledServicePrincipals - A list of the service principals for the services that are enabled to integrate with your organization.
Each principal is a structure that includes the name and the date that it was enabled for integration with
AWS Organizations.public ListAWSServiceAccessForOrganizationResult withEnabledServicePrincipals(EnabledServicePrincipal... enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.
NOTE: This method appends the values to the existing list (if any). Use
setEnabledServicePrincipals(java.util.Collection) or
withEnabledServicePrincipals(java.util.Collection) if you want to override the existing values.
enabledServicePrincipals - A list of the service principals for the services that are enabled to integrate with your organization.
Each principal is a structure that includes the name and the date that it was enabled for integration with
AWS Organizations.public ListAWSServiceAccessForOrganizationResult withEnabledServicePrincipals(Collection<EnabledServicePrincipal> enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.
enabledServicePrincipals - A list of the service principals for the services that are enabled to integrate with your organization.
Each principal is a structure that includes the name and the date that it was enabled for integration with
AWS Organizations.public void setNextToken(String nextToken)
If present, this value indicates that there is more output available than is included in the current response.
Use this value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes back as
null.
nextToken - If present, this value indicates that there is more output available than is included in the current
response. Use this value in the NextToken request parameter in a subsequent call to the
operation to get the next part of the output. You should repeat this until the NextToken
response element comes back as null.public String getNextToken()
If present, this value indicates that there is more output available than is included in the current response.
Use this value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes back as
null.
NextToken request parameter in a subsequent call to the
operation to get the next part of the output. You should repeat this until the NextToken
response element comes back as null.public ListAWSServiceAccessForOrganizationResult withNextToken(String nextToken)
If present, this value indicates that there is more output available than is included in the current response.
Use this value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes back as
null.
nextToken - If present, this value indicates that there is more output available than is included in the current
response. Use this value in the NextToken request parameter in a subsequent call to the
operation to get the next part of the output. You should repeat this until the NextToken
response element comes back as null.public String toString()
toString in class ObjectObject.toString()public ListAWSServiceAccessForOrganizationResult clone()
Copyright © 2020. All rights reserved.