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

GetInstance() public static method

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