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

GetInstance() public static method

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