@Generated(value="software.amazon.awssdk:codegen") public final class PutPermissionRequest extends CodeGuruProfilerRequest implements ToCopyableBuilder<PutPermissionRequest.Builder,PutPermissionRequest>
The structure representing the putPermissionRequest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutPermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActionGroup |
actionGroup()
Specifies an action group that contains permissions to add to a profiling group resource.
|
String |
actionGroupAsString()
Specifies an action group that contains permissions to add to a profiling group resource.
|
static PutPermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPrincipals()
For responses, this returns true if the service returned a value for the Principals property.
|
List<String> |
principals()
A list ARNs for the roles and users you want to grant access to the profiling group.
|
String |
profilingGroupName()
The name of the profiling group to grant access to.
|
String |
revisionId()
A universally unique identifier (UUID) for the revision of the policy you are adding to the profiling group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutPermissionRequest.Builder> |
serializableBuilderClass() |
PutPermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActionGroup actionGroup()
Specifies an action group that contains permissions to add to a profiling group resource. One action group is
supported, agentPermissions, which grants permission to perform actions required by the profiling
agent, ConfigureAgent and PostAgentProfile permissions.
If the service returns an enum value that is not available in the current SDK version, actionGroup will
return ActionGroup.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionGroupAsString().
agentPermissions, which grants permission to perform actions required by
the profiling agent, ConfigureAgent and PostAgentProfile permissions.ActionGrouppublic final String actionGroupAsString()
Specifies an action group that contains permissions to add to a profiling group resource. One action group is
supported, agentPermissions, which grants permission to perform actions required by the profiling
agent, ConfigureAgent and PostAgentProfile permissions.
If the service returns an enum value that is not available in the current SDK version, actionGroup will
return ActionGroup.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionGroupAsString().
agentPermissions, which grants permission to perform actions required by
the profiling agent, ConfigureAgent and PostAgentProfile permissions.ActionGrouppublic final boolean hasPrincipals()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> principals()
A list ARNs for the roles and users you want to grant access to the profiling group. Wildcards are not are supported in the ARNs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPrincipals() method.
public final String profilingGroupName()
The name of the profiling group to grant access to.
public final String revisionId()
A universally unique identifier (UUID) for the revision of the policy you are adding to the profiling group. Do
not specify this when you add permissions to a profiling group for the first time. If a policy already exists on
the profiling group, you must specify the revisionId.
revisionId.public PutPermissionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutPermissionRequest.Builder,PutPermissionRequest>toBuilder in class CodeGuruProfilerRequestpublic static PutPermissionRequest.Builder builder()
public static Class<? extends PutPermissionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.