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

GetInstance() public static method

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