Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PutUserPolicyResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : PutUserPolicyResponseUnmarshaller
return PutUserPolicyResponseUnmarshaller
        public static PutUserPolicyResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new PutUserPolicyResponseUnmarshaller();
            }
            return instance;
        }
    
PutUserPolicyResponseUnmarshaller