Share via


UpdateMoveCollectionRequest Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.UpdateMoveCollectionRequest

public class UpdateMoveCollectionRequest

Defines the request body for updating move collection.

Constructor Summary

Constructor Description
UpdateMoveCollectionRequest()

Method Summary

Modifier and Type Method and Description
Identity identity()

Get the identity value.

java.util.Map<java.lang.String,java.lang.String> tags()

Get gets or sets the Resource tags.

UpdateMoveCollectionRequest withIdentity(Identity identity)

Set the identity value.

UpdateMoveCollectionRequest withTags(Map<String,String> tags)

Set gets or sets the Resource tags.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

UpdateMoveCollectionRequest

public UpdateMoveCollectionRequest()

Method Details

identity

public Identity identity()

Get the identity value.

Returns:

the identity value

tags

public Map<String,String> tags()

Get gets or sets the Resource tags.

Returns:

the tags value

withIdentity

public UpdateMoveCollectionRequest withIdentity(Identity identity)

Set the identity value.

Parameters:

identity - the identity value to set

Returns:

the UpdateMoveCollectionRequest object itself.

withTags

public UpdateMoveCollectionRequest withTags(Map<String,String> tags)

Set gets or sets the Resource tags.

Parameters:

tags - the tags value to set

Returns:

the UpdateMoveCollectionRequest object itself.

Applies to